home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
ICONT_FO
/
GENERAL.H
< prev
next >
Wrap
Text File
|
1990-03-02
|
306b
|
15 lines
/*
* general.h - general definitions used in both translation and linking.
*/
#define MaxFileName 256
struct fileparts { /* struct of file name parts */
char *dir; /* directory */
char *name; /* name */
char *ext; /* extension */
#if MVS
char *member;
#endif /* MVS */
};